VerticalLineAlignment Enumeration

Represents the vertical position of a character. By default characters are aligned according to their baseline.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public enum VerticalLineAlignment

Members

Top0 To the top of the line.
Middle1 To the center of the line.
Bottom2 To the bottom of the line.
None3 None.

See Also